home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 301-325 / 325 / farprint / makefile < prev    next >
Makefile  |  1995-03-14  |  270b  |  17 lines

  1. all:            FarPrint FarTest
  2.  
  3. FarPrint:        FarPrint.o
  4.             LN FarPrint.o detach.o32 -La32 -Lc32 +CD
  5.  
  6. FarPrint.o:        FarPrint.c
  7.             CC FarPrint.c +L
  8.  
  9. FarTest:        FarTest.o Link.o
  10.             LN FarTest.o Link.o -Lc32
  11.  
  12. FarTest.o:        FarTest.c
  13.             CC FarTest.c +L
  14.  
  15. Link.o:            Link.asm
  16.             AS Link.asm
  17.